/* --------------------------------------------------------------
   LAYOUT
-------------------------------------------------------------- */
html, body
{
	background: 	#375c20 url(../img/layout/bg_body.gif) top left repeat-y;
	height:			100%;
}

#lay_mainwrapper
{
	background: 	url(../img/layout/bg_wrapper.jpg) top left no-repeat;
	width:			920px;
	height:			100%;
	min-height:		100%;
}

#lay_topnav
{
	position:		relative;
	margin-left:	165px;
	width:			750px;
	height:			58px;
	text-align:		right;
}

#lay_header
{
	position:		relative;
	margin-left:	165px;
	width:			750px;
	height:			163px;
	background:		url(../img/layout/bg_header.jpg) top left no-repeat;
}

#lay_contentwrapper
{
	margin-left:	165px;
}

#lay_content
{
	width:			750px;
	min-height:		400px;
	background: 	url(../img/layout/bg_content.jpg) top left repeat-y;
}

#lay_footer
{
	margin-left:	165px;
	width:			750px;
	height:			21px;
	background: 	url(../img/layout/bg_footer.jpg) top left no-repeat;
}
#lay_sidebar
{
	position:		absolute;
	top:			230px;
	left:			720px;
	width:			200px;

}
#lay_sidebar img
{
	margin-bottom:	40px;
}
/* --------------------------------------------------------------
   POST IT
-------------------------------------------------------------- */
#postit
{
	position:		absolute;
	top:			12px;
	right:			0px;
	width:			150px;
	height:			130px;
}
#postit.en
{
	background:		url(../img/date_en2.jpg) top right no-repeat;
}
#postit.de
{
	background:		url(../img/date_de2.jpg) top right no-repeat;
}
/* --------------------------------------------------------------
   LANG SWITCH
-------------------------------------------------------------- */
#langswitch
{
	position:		absolute;
	top:			133px;
	left:			432px;
}
#langswitch img
{
	margin-left:	15px;
}

.clear
{
	font-size:		0px;
	clear:			both;
	height:			0px;
}